home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextDeveloper / Demos / PhotoAlbum.app / English.lproj / ImageWindow.nib / data.classes next >
Encoding:
Text File  |  1993-02-24  |  259 b   |  21 lines

  1. ImageDocument = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     window;
  6.     scrollView;
  7.     imageView;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. ImageView = {
  17.     OUTLETS = {
  18.     };
  19.     SUPERCLASS = View;
  20. };
  21.